Framework (
A-Z)
Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.
Name |
fmod() |
Examples |
double c = fmod(3.5, 2.2);
double d = fmod(4.5, 5.0);
|
Description |
The fmod() function returns returns the floating-point remainder of x / y. |
Syntax |
fmod(x, y)
|
Parameters |
x |
double, float or int |
y |
double, float or int |
|
Returns |
double |
Usage |
Application |
Updated on July 07, 2011 11:08:18pm PDT